UserCSS - 顯示縮排深度
1
2
3
4
5
6
code:style.css
.indent-mark {
height: 100% !important;
}
.indent-mark .pad {
height: 100% !important;
overflow: clip !important;
}
.indent-mark .char-index:nth-child(4n+1) .pad {
}
.indent-mark .char-index:nth-child(4n+3) .pad {
}